home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / include / RCS / libc.h,v < prev    next >
Encoding:
Text File  |  1991-10-03  |  1.8 KB  |  91 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.3
  10. date     91.10.02.18.50.03;  author kupfer;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     91.06.03.21.40.09;  author kupfer;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     91.01.03.17.08.23;  author kupfer;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @Declarations for libc functions that don't already have a header file
  27. assigned to them.
  28. @
  29.  
  30.  
  31. 1.3
  32. log
  33. @Move sleep() to unistd.h.
  34. @
  35. text
  36. @/*
  37.  * libc.h --
  38.  *
  39.  *    Declarations for libc functions that don't already have a 
  40.  *    header file assigned to them.
  41.  *
  42.  * Copyright 1990 Regents of the University of California
  43.  * Permission to use, copy, modify, and distribute this
  44.  * software and its documentation for any purpose and without
  45.  * fee is hereby granted, provided that the above copyright
  46.  * notice appear in all copies.  The University of California
  47.  * makes no representations about the suitability of this
  48.  * software for any purpose.  It is provided "as is" without
  49.  * express or implied warranty.
  50.  *
  51.  * $Header: /sprite/src/lib/include/RCS/libc.h,v 1.2 91/06/03 21:40:09 kupfer Exp Locker: kupfer $ SPRITE (Berkeley)
  52.  */
  53.  
  54. #ifndef _LIBC
  55. #define _LIBC
  56.  
  57. #include <cfuncproto.h>
  58.  
  59. _EXTERN int Misc_InvokeEditor _ARGS_((char *file));
  60. _EXTERN int alarm _ARGS_ ((unsigned seconds));
  61. _EXTERN int gethostname _ARGS_ ((char *name, int namelen));
  62. _EXTERN int sethostname _ARGS_ ((char *name, int namelen));
  63.  
  64. #endif /* _LIBC */
  65. @
  66.  
  67.  
  68. 1.2
  69. log
  70. @Add Misc_InvokeEditor.
  71. @
  72. text
  73. @d16 1
  74. a16 1
  75.  * $Header: /sprite/src/lib/include/RCS/libc.h,v 1.1 91/01/03 17:08:23 kupfer Exp Locker: kupfer $ SPRITE (Berkeley)
  76. a27 1
  77. _EXTERN int sleep _ARGS_ ((unsigned seconds));
  78. @
  79.  
  80.  
  81. 1.1
  82. log
  83. @Initial revision
  84. @
  85. text
  86. @d16 1
  87. a16 1
  88.  * $Header: /sprite/lib/forms/RCS/proto.h,v 1.5 90/01/12 12:03:25 douglis Exp $ SPRITE (Berkeley)
  89. d24 1
  90. @
  91.